home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- branch ;
- access ;
- symbols ;
- locks gtoal:1.2;
- comment @ * @;
-
-
- 1.2
- date 91.03.02.13.59.59; author gtoal; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.03.02.13.56.50; author gtoal; state Exp;
- branches ;
- next ;
-
-
- desc
- @Initial release
- @
-
-
- 1.2
- log
- @IAY's update
- @
- text
- @/* h.menus --- define layout of menus using constants. */
-
-
- #define MAINMENU_NEXT 0
- #define MAINMENU_PREVIOUS 1
- #define MAINMENU_GOTO_PAGE 2
- #define MAINMENU_MAGNIFICATION 3
- #define MAINMENU_CLONE 4
- #define MAINMENU_SAVEAS 5
- #define MAINMENU_CLOSE 6
- #define MAINMENU_QUIT 7
-
- #define SAVEASMENU_PAINT 0
- #define SAVEASMENU_DRAW 1
-
- #define ICONBARMENU_ABOUT 0
- #define ICONBARMENU_QUIT 1
-
- /* EOF */
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @@
-